Welcome![Sign In][Sign Up]
Location:
Search - Hough line OpenCV

Search list

[GDI-BitmapHough变换的源程序

Description: Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
Platform: | Size: 2048 | Author: doctorsuo | Hits:

[AI-NN-PRHoughLine

Description: 利用OPenCV写的一个hough变换检测直线的程序-OPenCV written using a hough transform line detection procedure
Platform: | Size: 1024 | Author: 朱勇 | Hits:

[Special Effectshough

Description: 图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
Platform: | Size: 82944 | Author: zhang | Hits:

[Special Effectsopencv

Description: 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测-In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
Platform: | Size: 1658880 | Author: pop | Hits:

[Special EffectsHOUGH

Description: 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
Platform: | Size: 82944 | Author: liweijun | Hits:

[Graph programtest

Description: 用OPENCV测试图像中的直线:主要利用了canny算法和hough变换-OPENCV test images used in a straight line: the main algorithm and canny use of the hough transform
Platform: | Size: 1972224 | Author: liyu | Hits:

[Special EffectsHough_LineDetect_opencv

Description: OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
Platform: | Size: 1024 | Author: 朱小開 | Hits:

[Special Effectshough

Description:
Platform: | Size: 1494016 | Author: 王坤 | Hits:

[VC/MFCOpenCV_Chinese_Manual

Description: 关于OpenCV的详尽中文手册,包括CxCore、CvAux、Cv、HighGUI中文参考手册;OpenCV安装文档说明;OpenCV历程:图像文件读入与显示,图像创建、保存和复制,Canny边缘检测,轮廓(contour)检测,图像旋转与缩放,读视频文件和运动问题检测,Hough线段检测,鼠标绘图,离散傅立叶变换,windows下使用采集卡directshow等等以及应用专题-About OpenCV detailed English manual, including CxCore, CvAux, Cv, HighGUI Chinese language reference manual OpenCV installation documentation OpenCV process: read and display image files, image creation, preservation and reproduction, Canny edge detection, contour (contour) Detection , image rotation and scaling, read video files and motion problem detection, Hough line segment detection, the mouse mapping, discrete Fourier transform, windows, etc. to use directshow capture card and the application of special
Platform: | Size: 3723264 | Author: 陈姗 | Hits:

[Software Engineeringhough

Description: houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines.
Platform: | Size: 86016 | Author: markman86 | Hits:

[OpenCVopencv

Description: 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram. Kalman filter to track a rotating point.
Platform: | Size: 8192 | Author: 胡锦 | Hits:

[Special EffectsRectDetector

Description: 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display images such as simple operation.
Platform: | Size: 1070080 | Author: chenwenlue | Hits:

[Special Effectshough

Description: 基于opencv的vc++图像处理中的hough线段检测代码-hough line detection
Platform: | Size: 1024 | Author: vivicharchar | Hits:

[CSharpHough-Line-detection

Description: 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
Platform: | Size: 821248 | Author: 吴星怡 | Hits:

[OpenCVHough-line-test

Description: Hough线段检测,是一个很好的opencv学习范例,对于初学者有很大的帮助。-Hough line detection, opencv learning is a good example of a great help for beginners.
Platform: | Size: 1024 | Author: 王越 | Hits:

[Technology ManagementOPenCV-feature--summary

Description: 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough line extraction
Platform: | Size: 448512 | Author: | Hits:

[Special Effectshough变换源码(直线&圆)

Description: OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
Platform: | Size: 2048 | Author: Yagamilight | Hits:

[OpenCVline

Description: 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
Platform: | Size: 4478976 | Author: 开灰机的舒克 | Hits:

[OpenCVhough

Description: 基于opencv,使用hough变换检测图像中的直线,效果良好(Based on OpenCV, the Hough transform is used to detect the straight line in the image, and the effect is good)
Platform: | Size: 744448 | Author: yuwawa | Hits:

[VC/MFC2 Hough_Line

Description: detect hough line in picture
Platform: | Size: 7694336 | Author: basketball | Hits:
« 12 3 »

CodeBus www.codebus.net